type github.com/go-pg/pg/v10.timeoutError

2 uses

	github.com/go-pg/pg/v10 (current package)
		base.go#L204: 	if _, ok := err.(timeoutError); ok {
		error.go#L68: type timeoutError interface {